home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / novell / novelcmd / novelcmd.txt
Text File  |  1996-07-10  |  14KB  |  335 lines

  1. NOVELL NETWARE COMMAND SUMMARY
  2.  
  3. ATTACH [servername[/account_name]]
  4.      Used to attach your workstation to another server when
  5.      working in a multi-server LAN.
  6.  
  7. CAPTURE [parameter][parameter][paramater]...
  8.      Used to activate printing on a shared network printer.
  9.                Parameter       Usage
  10.                J = jobname    Jobname
  11.                Q = queuename  Queue
  12.                L = n          Printer (local)
  13.                S = servername Server
  14.                P = n          Printer (shared)
  15.                C = n          Copies
  16.                F = n          Form
  17.                F = form name  Form
  18.                NAM = username Username (printed on top)
  19.                B = text       Banner (12 chars.)
  20.                NB             No banner
  21.                TI = n         Timeout
  22.                A              Autoendcap
  23.                NA             No autoendcap
  24.                CR = [directory Create filespec path]filespec
  25.                FF             Form feed
  26.                NFF            No form feed
  27.                T = n          Tabs
  28.                NT             No tabs
  29.                K              Keep
  30.                SH             Show status of local ports
  31.  
  32.                Defaults
  33.  
  34.                L = 1            Capture LPT1:
  35.                Q = PRINTQ_0     Send output to queue PRINTQ_0
  36.                C = 1            Print 1 copy
  37.                N = account name Prints user name at top of banner
  38.                B = LST:         Print LST: on bottom of banner
  39.                A                Enable autoendcap
  40.                T = 8            Convert tabs to 8 spaces
  41.                FF               Form feed at end of job
  42.  
  43. CASTOFF [ALL]
  44.      Prevents workstation from receiving messages from other
  45.      workstations.  ALL=Server
  46.  
  47. CASTON [ALL]
  48.      Enables receiving of messages from other workstations.
  49.      ALL=Server
  50.  
  51. CHKVOL [server/vol:]
  52.        [drive:]
  53.        wildcards/wildcards
  54.  
  55.      Displays information about file server disk volumes.
  56.        
  57. ENDCAP [parameter][parameter][...]
  58.      Disables all active CAPTURE commands or any portion of.
  59.  
  60. FLAG [directory path]filespec [parameter][parameter]...
  61.      Used to change file attributes
  62.                Attribute       Usage
  63.                S               Shareable
  64.                NS              Non-Shareable
  65.                RO              Read Only
  66.                RW              Read/Write
  67.                N               Normal
  68.                T               Transactional (SFT NetWare Only)
  69.                I               Indexed.
  70.  
  71. GRANT 
  72.      GRANT rights FOR [directory path] TO [USER] account
  73.      GRANT rights FOR [directory path] TO [GROUP] groupname
  74.      GRANT rights [BUT rights] FOR [directory path] to [USER]
  75.                account | [GROUP] groupname
  76.      GRANT [ONLY] rights FOR [directory path] TO [USER] account
  77.                |[GROUP] groupname
  78.                Directory Rights
  79.                S  =  Search
  80.                O  =  Open
  81.                R  =  Read
  82.                W  =  Write
  83.                C  =  Create
  84.                D  =  Delete
  85.                M  =  Modify
  86.                P  =  Parental
  87.  
  88.                Keyword   Usage
  89.                ONLY      rightsGrant specific rights while revoking any
  90.                          others that the user or group possessed
  91.                          in the directory
  92.                ALL BUT   rightsGrant all but specific rights to a user
  93.                          or group
  94.                NO RIGHTS Remove any rights from the user or group
  95.  
  96. HOLDOFF
  97.      Allows files to be accessed after another user has accessed
  98.      them through the server.
  99.  
  100. HOLDON
  101.      Places a hold on files that are opened through an
  102.      application that was not designed for a network.
  103.  
  104.  
  105. LARCHIVE [directory path]
  106.          [SYSTEM]
  107.      Backs up data files from the server to a local drive.
  108.      (Prompted)
  109.  
  110. LISTDIR [directory path][parameter][parameter][...]
  111.      Lists directories on a given volume of the server.
  112.                Parameter Usage
  113.                /D           Date
  114.                /T           Time
  115.                /R           Maximum rights
  116.                /S           Subdirs
  117.                /A           ALL information
  118.  
  119. LOGIN [server[/account name[parameters...]]]
  120.      Used to login to the server.
  121.                LOGIN ATRIUM/MIKE MAIL
  122.                               Access electronic mail after login.
  123.  
  124. LOGOUT [server]
  125.      Used to logout from the server.
  126.  
  127. LRESTORE
  128.      Restores files back onto the server from disks created
  129.      with LARCHIVE. (Prompted)
  130.  
  131. MAP [drive:]=directory path
  132.     [INSERT] SEARCHn:=directory path
  133.     DEL drive:
  134.      Displays current status of logical drives and search 
  135.      paths.
  136.  
  137. NCOPY [directory path]filespec [TO] filespec
  138.       [directory path]filespec [TO] directory path
  139.       [directory path]filespec [TO] directory path/filespec
  140.      Replaces DOS COPY command.
  141.  
  142. NDIR [directory path]filespec[parameter][parameter][...]
  143.      directory path[filespec][parameter][parameter][...]
  144.      directory path[filespec options]
  145.                Selection Option         Usage
  146.                FILENAME=filespec        Match filespec
  147.                FILENAME NOT=filespec    Match all but filespec
  148.                ACCESS BEFORE=mm-dd-yy   Last accessed mm-dd-yy
  149.                ACCESS NOT BEFORE        Accessed not before mm-dd-yy
  150.                 =mm-dd-yy
  151.                ACCESS AFTER=mm-dd-yy    Last accessed after mm-dd-yy
  152.                ACCESS NOT AFTER         Accessed not after mm-dd-yy
  153.                 =mm-dd-yy
  154.                CREATE AFTER=mm-dd-yy
  155.                CREATE NOT AFTER
  156.                =mm-dd-yy
  157.                CREATE BEFORE=mm-dd-yy
  158.  
  159. NDIR (continued)
  160.                Selection Option    Usage
  161.                CREATE NOT BEFORE
  162.                 =mm-dd-yy
  163.                E O                 Execute only attribute
  164.                H                   Hidden attribute
  165.                I                   Indexed attribute
  166.                M                   Modified attribute
  167.                NOT M               Not Modified
  168.                OWNER=user name     Who created the file
  169.                OWNER NOT=user name Not created by user name
  170.                R O                 Read only attribute
  171.                NOT R O             Not read only attribute
  172.                R W                 Read write attribute
  173.                NOT R  W            Not read write attribute
  174.                S                   Shareable attribute
  175.                NOT S               Not shareable attribute
  176.                SIZE=n              Based on size in bytes
  177.                SIZE GREATER n      Greater than n bytes
  178.                SIZE LESS n         Less than n bytes
  179.                SY                  System attribute
  180.                NOT SY              Not system attribute
  181.                T                   Transactional attribute (SFT
  182.                                                                                                                                             NetWare only)
  183.                NOT T               Not Transcational attribute
  184.                                                                                                                                             (SFT NetWare only)
  185.  
  186.                Sequence Option          Usage
  187.                [REVERSE] SORT ACCESS    Sort by access date, oldest
  188.                                                                                                                                             first
  189.                [REVERSE] SORT CREATE    Sort by creation date, oldest
  190.                                                                                                                                             first
  191.                [REVERSE] SORT FILENAME  By file name in alpha order
  192.                [REVERSE] SORT OWNER     By owner in alpha order
  193.                [REVERSE] SORT SIZE      By size, smallest first
  194.                [REVERSE] SORT UPDATE    By update date, oldest first
  195.  
  196.                Information Parameter    Usage
  197.                BR                       Brief
  198.                D O                      Directorys only
  199.                HELP                     Command syntax
  200.                SUB                      Data for all down line subdirs
  201.  
  202. NPRINT [directory path]filespec[parameter][...]
  203.      Prints a file on a network printer.
  204.                Parameter       Usage
  205.                J = jobname    Jobname
  206.                Q = queuename  Queue
  207.                S = servername Server
  208.                P = n          Printer (shared)
  209.                C = n          Copies
  210.                F = n          Form
  211.                F = form name  Form
  212.                NAM = username Username (printed on top)
  213. NPRINT (continued)
  214.                Parameter       Usage
  215.                B = text        Banner (12 chars.)
  216.                NB              No banner
  217.                FF              Form feed
  218.                NFF             No form feed
  219.                T = n           Tabs
  220.                NT              No tabs
  221.                D               Delete
  222.  
  223. PSTAT [S=server name][P=printer]
  224.      Tells status of the network printers.
  225.  
  226. PURGE
  227.      Released the file space held by the server from the users
  228.      last delete command.
  229.  
  230. REMOVE [USER]account name FROM directory path
  231.        [GROUP]group name FROM directory path
  232.      Removes a user or group from all assignments in a specified
  233.      directory.
  234.  
  235. RENDIR directory path TO directory
  236.      Used to rename directories.
  237.  
  238. REVOKE rights FOR [directory path] FROM [USER]account
  239.        rights FOR [directory path] FROM [GROUP]group name
  240.      Eliminates assignments in directories where the user is
  241.      the owner.  
  242.                Directory Rights
  243.                S  =  Search
  244.                O  =  Open
  245.                R  =  Read
  246.                W  =  Write
  247.                C  =  Create
  248.                D  =  Delete
  249.                M  =  Modify
  250.                P  =  Parental
  251.  
  252. RIGHTS [directory path]
  253.      Displays your effective rights in a path.
  254.  
  255. SALVAGE [server/volume:]
  256.      Recovers files that have been deleted from a network volume.
  257.                1. Must be run by the same user who deleted.
  258.                2. Used for the most recent delete activity.
  259.                   NOT AFTER DOS DEL, DOS ERASE, NetWare FILER, or
  260.                   after a new file is created.
  261.                3. Must be executed during the same login session.
  262.                4. Must be from the same workstation.
  263.                5. After PURGE is run, SALVAGE has no effect.
  264.  
  265.  
  266.  
  267. SEND "message" [TO] [USER] [server/]user [server/][user]
  268.      "message" [TO] [GROUP] [server/][group] [server/][group]
  269.      "message" [TO] [GROUP] [server/][group]...
  270.                [USER][server/][user]...
  271.      Sends 45 char or less message to other users on the network.
  272.  
  273. SETPASS [server]
  274.      Used to change your password.
  275.  
  276. SETTTS [logical numeric value [physical numeric value]]
  277.      SFT NetWare only.  Sets the number of logical physical locks
  278.      that NetWare ignores before beginning to track a
  279.      transaction.
  280.  
  281. SLIST 
  282.      Lists currently active servers.
  283.  
  284. SMODE [directory path][paramteter]
  285.       [filespec][parameter]
  286.      Expands on the PATH statement.
  287.                Parameter Usage
  288.                0             Uses standard file locating procedures.
  289.                1             If a PATH was specified to start an
  290.                              executable file, the system searches 
  291.                              that dir for data files.  If not found
  292.                              the system search the PATH dirs.
  293.                2             The only search dir is the current
  294.                              default dir.
  295.                3             If a PATH was specified to start an
  296.                              executable file, the system searches
  297.                              that dir for data files.  It does not
  298.                              search the PATH dirs, unless the file
  299.                              is to be opened as read only.
  300.                5             The system searches the specified dir
  301.                              PATH where the program was found.  The
  302.                              system then searches the current
  303.                              default dir and all dirs in the PATH
  304.                              for data files.
  305.                7             If executable files are read-only, the
  306.                              system searches the default dir and all
  307.                              dirs in the search PATH.
  308.  
  309. SYSTIME [server]
  310.      Displays the current time and date.
  311.  
  312. TLIST [directory path][USERS | GROUPS]
  313.       logical drive:[USERS | GROUPS]
  314.      Lists the users or groups who currently have trustee
  315.      assignments for the specified directory and the rights that
  316.      they have been assigned.
  317.  
  318.  
  319.  
  320.  
  321. USERLIST [server/][user][/A]
  322.      Lists current logged on users.  If a user is indicated,
  323.      their connection number and login time is shown.  If /A is
  324.      used, the network number and physical station number is also
  325.      included.
  326.  
  327. WHOAMI [server][/G][/S][/R][/ALL]
  328.      Displays info about your account.  
  329.                Parameter Usage
  330.                /G         Display the groups you are a member of
  331.                /R         Lists your effective rights
  332.                /S         Display security equivalences you have
  333.                                                                            on the server
  334.                /ALL       Display /G, /R, /S
  335.